aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2019-11-12 15:03:57 -0700
committerTim Harder <radhermit@gmail.com>2019-11-12 15:03:57 -0700
commit49d5e8a78cabdc493d1f763fd0afe165ace006a8 (patch)
tree9788c65fe966fb95086c441c60229dc869fcea4e /pyproject.toml
parenttests: add test data for UnknownProfileUse results (diff)
downloadpkgcheck-49d5e8a78cabdc493d1f763fd0afe165ace006a8.tar.gz
pkgcheck-49d5e8a78cabdc493d1f763fd0afe165ace006a8.tar.bz2
pkgcheck-49d5e8a78cabdc493d1f763fd0afe165ace006a8.zip
bump required pkgcore version
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 24dacd50..170f961f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,3 @@
[build-system]
-requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.7"]
+requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.8"]
build-backend = "setuptools.build_meta"