diff options
-rw-r--r-- | gs_pypi/ebuild.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gs_pypi/ebuild.py b/gs_pypi/ebuild.py index 7fdf145..82024c3 100644 --- a/gs_pypi/ebuild.py +++ b/gs_pypi/ebuild.py @@ -50,7 +50,8 @@ class PypiEbuildWithDigestGenerator(DefaultEbuildGenerator): def __init__(self, package_db): vars_before_inherit = \ - [{"name" : "digest_sources", "value" : "yes"}, {"name" : "python_compat", "raw" : True}] + ["realname", "realversion", + {"name" : "digest_sources", "value" : "yes"}, {"name" : "python_compat", "raw" : True}] inherit = ["gs-pypi"] |