Skip to content

Commit 95f7ce4

Browse files
committed
work around pip; just specify the next snakeoil release required
This will result in someone checking out the repo and having it fail, but that's acceptable since it simplifes dealing w/ CI and local editable installations. Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent fb2c2c4 commit 95f7ce4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[build-system]
22
requires = [
33
"flit_core >=3.8,<4",
4-
# replace with 0.11.1 when it's released
5-
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
4+
"snakeoil >= 0.11.1.dev0",
65
]
76
build-backend = "py_build"
87
backend-path = ["."]
@@ -33,7 +32,7 @@ classifiers = [
3332
dynamic = ["version"]
3433

3534
dependencies = [
36-
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
35+
"snakeoil >= 0.11.1.dev0",
3736
"lxml",
3837
]
3938

0 commit comments

Comments
 (0)