Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2020-01-02 Thread Miro Hrončok
hroncok commented on this pull request. > @@ -178,8 +178,10 @@ depsextras.remove(dep) deps = depsextras # console_scripts/gui_scripts entry points need pkg_resources from setuptools -if

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2020-01-02 Thread Gordon Messmer
gordonmessmer commented on this pull request. > @@ -178,8 +178,10 @@ depsextras.remove(dep) deps = depsextras # console_scripts/gui_scripts entry points need pkg_resources from setuptools -if

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2020-01-01 Thread Miro Hrončok
hroncok commented on this pull request. Damn GitHub reviews, this comment was hanging here for 23 days. Sorry about that. > @@ -178,8 +178,10 @@ depsextras.remove(dep) deps = depsextras # console_scripts/gui_scripts entry points need

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-12 Thread Florian Festi
Merged #973 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/973#event-2877143123___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-12 Thread Florian Festi
Pretty straight forward. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/973#issuecomment-564917888___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-09 Thread ニール・ゴンパ
Conan-Kudo approved this pull request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/973#pullrequestreview-329214227___

Re: [Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-09 Thread Igor Gnatenko
LGTM. @hroncok r? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/973#issuecomment-563426375___ Rpm-maint mailing list

[Rpm-maint] [rpm-software-management/rpm] scripts/pythondistdeps: Only add setuptools requirement for egg-info … (#973)

2019-12-09 Thread Gordon Messmer
scripts/pythondistdeps: Only add setuptools requirement for egg-info packages. This should address issue #954 You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/973 -- Commit Summary -- * scripts/pythondistdeps: Only add