Skip to content

Commit

Permalink
xxx: test
Browse files Browse the repository at this point in the history
Signed-off-by: John Mulligan <jmulligan@redhat.com>
  • Loading branch information
phlogistonjohn committed Apr 20, 2023
1 parent ddb33b2 commit 76b4802
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .copr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ outdir:=/var/tmp/copr-tmp-outdir
spec:=extras/python-sambacc.spec

.PHONY: srpm
srpm: sys_deps py_deps
srpm: sys_deps
mkdir -p $(outdir)
git fetch --tags
SAMBACC_SRPM_ONLY=yes \
Expand All @@ -29,10 +29,10 @@ else
endif


.PHONY: py_deps
py_deps:
ifeq ($(SKIP_DEPS),yes)
@echo "Skipping py deps"
else
pip install build
endif
#.PHONY: py_deps
#py_deps:
#ifeq ($(SKIP_DEPS),yes)
# @echo "Skipping py deps"
#else
# pip install build
#endif

0 comments on commit 76b4802

Please sign in to comment.