diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-17 05:55:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-17 06:07:59 +0100 |
commit | afe1e2f8bcc26969ed6d4c247d0566046fe1170e (patch) | |
tree | 257031387cd125dbfee137ef4d8b5139f3c2528b /dev-python/matplotlib | |
parent | xfce-extra/xfce4-datetime-plugin: Bump to 0.8.3 (diff) | |
download | gentoo-afe1e2f8bcc26969ed6d4c247d0566046fe1170e.tar.gz gentoo-afe1e2f8bcc26969ed6d4c247d0566046fe1170e.tar.bz2 gentoo-afe1e2f8bcc26969ed6d4c247d0566046fe1170e.zip |
dev-python/matplotlib: Remove setuptools_scm_git_archive dep
Closes: https://bugs.gentoo.org/891157
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.2.ebuild | 1 | ||||
-rw-r--r-- | dev-python/matplotlib/matplotlib-3.6.3.ebuild | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dev-python/matplotlib/matplotlib-3.6.1.ebuild b/dev-python/matplotlib/matplotlib-3.6.1.ebuild index 6e86bc9fc1cc..e5501461c469 100644 --- a/dev-python/matplotlib/matplotlib-3.6.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.1.ebuild @@ -89,7 +89,6 @@ RDEPEND=" BDEPEND=" ${RDEPEND} >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 diff --git a/dev-python/matplotlib/matplotlib-3.6.2.ebuild b/dev-python/matplotlib/matplotlib-3.6.2.ebuild index a76be90fbe26..d8abecd0d250 100644 --- a/dev-python/matplotlib/matplotlib-3.6.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.2.ebuild @@ -89,7 +89,6 @@ RDEPEND=" BDEPEND=" ${RDEPEND} >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 diff --git a/dev-python/matplotlib/matplotlib-3.6.3.ebuild b/dev-python/matplotlib/matplotlib-3.6.3.ebuild index 1d42e6402a03..da2cb549942e 100644 --- a/dev-python/matplotlib/matplotlib-3.6.3.ebuild +++ b/dev-python/matplotlib/matplotlib-3.6.3.ebuild @@ -89,7 +89,6 @@ RDEPEND=" BDEPEND=" ${RDEPEND} >=dev-python/setuptools_scm-7[${PYTHON_USEDEP}] - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}] virtual/pkgconfig doc? ( >=app-text/dvipng-1.15-r1 |