help2man: drop gettext dependency (#23406)

This commit is contained in:
Harmen Stoppels 2021-05-04 00:32:41 +02:00 committed by GitHub
parent 21ad8d4372
commit 28ef63bc1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,4 @@ class Help2man(AutotoolsPackage, GNUMirrorPackage):
version('1.47.8', sha256='528f6a81ad34cbc76aa7dce5a82f8b3d2078ef065271ab81fda033842018a8dc') version('1.47.8', sha256='528f6a81ad34cbc76aa7dce5a82f8b3d2078ef065271ab81fda033842018a8dc')
version('1.47.4', sha256='d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753') version('1.47.4', sha256='d4ecf697d13f14dd1a78c5995f06459bff706fd1ce593d1c02d81667c0207753')
depends_on('gettext', type='build')
depends_on('perl', type=('build', 'run')) depends_on('perl', type=('build', 'run'))