aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-08-23 00:55:08 -0600
committerTim Harder <radhermit@gmail.com>2019-08-23 00:55:08 -0600
commit1484f3489c146cddb2f6867d53c037174f8031bc (patch)
treec5c97499a6e9c11531869622256efe3356bce1a7 /pyproject.toml
parentre-add bash static binaries using handrolled tarballs (diff)
downloadpkgcore-1484f3489c146cddb2f6867d53c037174f8031bc.tar.gz
pkgcore-1484f3489c146cddb2f6867d53c037174f8031bc.tar.bz2
pkgcore-1484f3489c146cddb2f6867d53c037174f8031bc.zip
bump snakeoil dep to 0.8.1
To fix sdist builds.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 464f20bb6..32fbf9561 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["wheel", "setuptools", "snakeoil~=0.8.0"]
+requires = ["wheel", "setuptools", "snakeoil~=0.8.1"]
build-backend = "setuptools.build_meta"