diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-08 12:54:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-08 12:59:36 +0200 |
commit | a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5 (patch) | |
tree | 692b6cc12f3c4ff1a0a59a160255ee612a568a20 /net-analyzer/snallygaster | |
parent | sys-apps/colorized-logs: Migrate to cmake.eclass (diff) | |
download | gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.tar.gz gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.tar.bz2 gentoo-a57b744ff4aeaf9e06c089d7fbf82cd8eed602d5.zip |
Rename dev-python/{beautifulsoup → beautifulsoup4}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/snallygaster')
-rw-r--r-- | net-analyzer/snallygaster/snallygaster-0.0.6.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snallygaster/snallygaster-0.0.8.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/snallygaster/snallygaster-0.0.9.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild index 4558f9f72505..cef08b8a35a2 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,6 @@ KEYWORDS="~amd64" DEPEND="dev-python/dnspython dev-python/urllib3 - dev-python/beautifulsoup" + dev-python/beautifulsoup4" RDEPEND="${DEPEND}" DOCS=( README.md TESTS.md ) diff --git a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild index 4558f9f72505..cef08b8a35a2 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,6 +16,6 @@ KEYWORDS="~amd64" DEPEND="dev-python/dnspython dev-python/urllib3 - dev-python/beautifulsoup" + dev-python/beautifulsoup4" RDEPEND="${DEPEND}" DOCS=( README.md TESTS.md ) diff --git a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild index cc2efd47c0b9..b984ebb2e0fc 100644 --- a/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild +++ b/net-analyzer/snallygaster/snallygaster-0.0.9.ebuild @@ -16,6 +16,6 @@ KEYWORDS="~amd64" DEPEND="dev-python/dnspython dev-python/urllib3 - dev-python/beautifulsoup" + dev-python/beautifulsoup4" RDEPEND="${DEPEND}" DOCS=( README.md TESTS.md ) |