Skip to content

Commit e7a0df4

Browse files
committed
force git for build of pkgcore
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 527e8f8 commit e7a0df4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"flit_core >=3.8,<4",
4-
"snakeoil >= 0.11.0",
4+
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
55
]
66
build-backend = "py_build"
77
backend-path = ["."]
@@ -32,7 +32,7 @@ classifiers = [
3232
dynamic = ["version"]
3333

3434
dependencies = [
35-
"snakeoil >= 0.11.1.dev0",
35+
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
3636
"lxml",
3737
]
3838

0 commit comments

Comments
 (0)