drop unnecessary tk dependency of py-git-review (#19969)

* seems to have been introduced errorously by users using gitk-based
  workflows. This should be handled by the git package
* fixes build problems on OSX bigsur
This commit is contained in:
Andreas Baumbach 2020-11-19 05:51:47 +01:00 committed by GitHub
parent c9aac3e221
commit cb22bcf6f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,6 @@ class PyGitReview(PythonPackage):
depends_on('py-pbr', type=('build', 'run'))
depends_on('py-requests@1.1:', type=('build', 'run'))
depends_on('git', type=('run'))
depends_on('tk', type=('run'))
def setup_run_environment(self, env):
env.set('PBR_VERSION', str(self.spec.version))