popt: depend on virtual iconv package (#21645)

This commit is contained in:
iarspider 2021-02-12 11:58:20 +01:00 committed by GitHub
parent b53bf7cefd
commit 5d9c17d2bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class Popt(AutotoolsPackage):
version('1.16', sha256='e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8') version('1.16', sha256='e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8')
depends_on('libiconv') depends_on('iconv')
def patch(self): def patch(self):
# Remove flags not recognized by the NVIDIA compilers # Remove flags not recognized by the NVIDIA compilers