Skip to content

Commit

Permalink
Merge pull request #7549 from cms-sw/pymake-src
Browse files Browse the repository at this point in the history
[py-make] use tagged source URL
  • Loading branch information
smuzaffar committed Jan 18, 2022
2 parents 1d38608 + 83e8836 commit d6aae0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions pip/make.file
@@ -1,6 +1,2 @@
%define tag ce2ef5834837a35dba5f2bea8866b61c8907c83a
%define branch master
%define github_user fholmer
%define source0 git+https://github.com/%{github_user}/make.git?obj=%{branch}/%{tag}&export=make-%{realversion}&output=/source.tar.gz

Requires: py3-Jinja2 py3-jinja2-time
%define source0 https://github.com/fholmer/make/archive/refs/tags/%{realversion}.tar.gz
Requires: py3-Jinja2 py3-jinja2-time
2 changes: 1 addition & 1 deletion pip/requirements.txt
Expand Up @@ -145,7 +145,7 @@ lockfile==0.12.2
luigi==3.0.3
lxml==4.6.5
lz4==3.1.3
make==0.1.6post2
make==0.1.6.post2
Mako==1.1.5
Markdown==3.3.4
MarkupSafe==2.0.1
Expand Down

0 comments on commit d6aae0f

Please sign in to comment.