htop: add missing python build dependency (#15585)

This commit is contained in:
Andreas Baumbach
2020-03-20 10:05:30 +01:00
committed by GitHub
parent 625bf187d2
commit 3f83d4d8f5

View File

@@ -18,6 +18,7 @@ class Htop(AutotoolsPackage):
version('2.0.2', sha256='179be9dccb80cee0c5e1a1f58c8f72ce7b2328ede30fb71dcdf336539be2f487')
depends_on('ncurses')
depends_on('python+pythoncmd', type='build')
def configure_args(self):
return ['--enable-shared']