summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-07-27 09:20:57 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-02 06:04:29 +0200
commita0bcdd294d0d6a420c391986c20c16c23c82e4ef (patch)
tree49377d642aa847fdb9af8631f1b19b6bfd989bc0 /eclass
parentinstall-qa-check.d: Rewrite 60python-pyc to use gpep517 (diff)
downloadgentoo-a0bcdd294d0d6a420c391986c20c16c23c82e4ef.tar.gz
gentoo-a0bcdd294d0d6a420c391986c20c16c23c82e4ef.tar.bz2
gentoo-a0bcdd294d0d6a420c391986c20c16c23c82e4ef.zip
distutils-r1.eclass: Bump dev-python/sip dependency
Bug: https://bugs.gentoo.org/851840 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils-r1.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 85a5c8496d49..e4ef1919bc7d 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -265,7 +265,7 @@ _distutils_set_globals() {
;;
sip)
bdep+='
- >=dev-python/sip-6.6.1[${PYTHON_USEDEP}]
+ >=dev-python/sip-6.6.2[${PYTHON_USEDEP}]
'
;;
standalone)