diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-16 06:37:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-10-16 06:37:29 +0000 |
| commit | e7c0a423edd28ec18447374fc0e195ac26fb5568 (patch) | |
| tree | 5010134aca974d9128d59262d49d75ff9c2e3280 /dev-python/aiosmtpd | |
| parent | 5b2dae38ac4df0dd316c9614682bfc912461105f (diff) | |
| download | baldeagleos-repo-e7c0a423edd28ec18447374fc0e195ac26fb5568.tar.gz baldeagleos-repo-e7c0a423edd28ec18447374fc0e195ac26fb5568.tar.xz baldeagleos-repo-e7c0a423edd28ec18447374fc0e195ac26fb5568.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/aiosmtpd')
| -rw-r--r-- | dev-python/aiosmtpd/aiosmtpd-1.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild b/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild index 5f88a916d6bb..84c487a8561f 100644 --- a/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild +++ b/dev-python/aiosmtpd/aiosmtpd-1.2.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 DESCRIPTION="asyncio based SMTP server" |
