diff mbox series

package/python-setuptools-scm-git-archive: depends on python-setuptools-scm

Message ID 20200205101336.17902-1-yegorslists@googlemail.com
State Accepted
Headers show
Series package/python-setuptools-scm-git-archive: depends on python-setuptools-scm | expand

Commit Message

Yegor Yefremov Feb. 5, 2020, 10:13 a.m. UTC
From: Yegor Yefremov <yegorslists@googlemail.com>

python-setuptools-scm-git-archive requires python-setuptools-scm package so
add it to its dependencies.

Fixes:
http://autobuild.buildroot.net/results/b356c948cf2b22534ca333cfe34dee31371c0007

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
---
 .../python-setuptools-scm-git-archive.mk                         | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard March 2, 2020, 10:02 p.m. UTC | #1
>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > python-setuptools-scm-git-archive requires python-setuptools-scm package so
 > add it to its dependencies.

 > Fixes:
 > http://autobuild.buildroot.net/results/b356c948cf2b22534ca333cfe34dee31371c0007

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed, thanks.
Peter Korsgaard March 14, 2020, 10:39 p.m. UTC | #2
>>>>> "yegorslists" == yegorslists  <yegorslists@googlemail.com> writes:

 > From: Yegor Yefremov <yegorslists@googlemail.com>
 > python-setuptools-scm-git-archive requires python-setuptools-scm package so
 > add it to its dependencies.

 > Fixes:
 > http://autobuild.buildroot.net/results/b356c948cf2b22534ca333cfe34dee31371c0007

 > Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>

Committed to 2019.11.x, thanks.
diff mbox series

Patch

diff --git a/package/python-setuptools-scm-git-archive/python-setuptools-scm-git-archive.mk b/package/python-setuptools-scm-git-archive/python-setuptools-scm-git-archive.mk
index 1c18095f54..032e2d3fc9 100644
--- a/package/python-setuptools-scm-git-archive/python-setuptools-scm-git-archive.mk
+++ b/package/python-setuptools-scm-git-archive/python-setuptools-scm-git-archive.mk
@@ -10,5 +10,6 @@  PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_SITE = https://files.pythonhosted.org/packages
 PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_SETUP_TYPE = setuptools
 PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_LICENSE = MIT
 PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_LICENSE_FILES = LICENSE
+HOST_PYTHON_SETUPTOOLS_SCM_GIT_ARCHIVE_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(host-python-package))