diff options
author | Tim Harder <radhermit@gmail.com> | 2019-10-09 12:29:04 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2019-10-09 12:29:04 -0600 |
commit | 992d0e4a631d1a8e1ba1e05b95b1ae62d130ce97 (patch) | |
tree | 216a6a4f292e67ef510a9820d82309ab9497fc41 /pyproject.toml | |
parent | codingstyle: add StaticSrcUri result and rename HomepageInSrcUriCheck to RawS... (diff) | |
download | pkgcheck-992d0e4a631d1a8e1ba1e05b95b1ae62d130ce97.tar.gz pkgcheck-992d0e4a631d1a8e1ba1e05b95b1ae62d130ce97.tar.bz2 pkgcheck-992d0e4a631d1a8e1ba1e05b95b1ae62d130ce97.zip |
bump required pkgcore version
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index e636c3ad..24dacd50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] -requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.6"] +requires = ["wheel", "setuptools", "snakeoil~=0.8.3", "pkgcore~=0.10.7"] build-backend = "setuptools.build_meta" |