Skip to content

Commit

Permalink
dev-python/aiohttp-cors: Remove fake python3.7 support
Browse files Browse the repository at this point in the history
The package is plain broken with python3.7.

Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Mar 17, 2020
1 parent 6ba42ea commit 79ed318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-python/aiohttp-cors/aiohttp-cors-0.6.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down
2 changes: 1 addition & 1 deletion dev-python/aiohttp-cors/aiohttp-cors-0.7.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_6 )

inherit distutils-r1

Expand Down

0 comments on commit 79ed318

Please sign in to comment.