Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump py3-cmsmonitoring to 0.3.4; add it as dependency on wmagentpy3 specs; drop pystack #6714

Merged
merged 4 commits into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions py3-cmsmonitoring.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### RPM external py3-cmsmonitoring 0.2.4
### RPM external py3-cmsmonitoring 0.3.4
## IMPORT build-with-pip3

%define pip_name cmsmonitoring
Requires: python3 py3-stomp py3-jsonschema py3-genson
Requires: py3-stomp py3-jsonschema py3-genson

%define PipPostBuild perl -p -i -e "s|^#!.*python|#!/usr/bin/env python|" %{i}/bin/*
4 changes: 2 additions & 2 deletions wmagentpy3-dev.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### RPM cms wmagentpy3-dev 1.4.6.pre7
### RPM cms wmagentpy3-dev 1.4.7.pre2

# This is a meta-package to group development tool dependencies
Requires: wmagentpy3 rotatelogs pystack wmcorepy3-devtools
Requires: wmagentpy3 rotatelogs wmcorepy3-devtools
Requires: jemalloc

%prep
Expand Down
5 changes: 3 additions & 2 deletions wmagentpy3.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
### RPM cms wmagentpy3 1.4.6.pre7
### RPM cms wmagentpy3 1.4.7.pre2
## INITENV +PATH PATH %i/xbin
## INITENV +PATH PYTHONPATH %i/${PYTHON_LIB_SITE_PACKAGES}
## INITENV +PATH PYTHONPATH %i/x${PYTHON_LIB_SITE_PACKAGES}

Source: git://github.com/dmwm/WMCore.git?obj=master/%{realversion}&export=WMCore-%{realversion}&output=/WMCore-%{realversion}.tar.gz

Requires: yui libuuid couchdb15 condor pystack jemalloc cmsmonitoring dbs3-client
Requires: yui libuuid couchdb15 condor jemalloc dbs3-client
Requires: python3 py3-sqlalchemy py3-httplib2 py3-pycurl py3-rucio-clients
Requires: py3-cx-oracle py3-jinja2 py3-pyOpenSSL
Requires: py3-pyzmq py3-psutil py3-future py3-retry
Requires: py3-cmsmonitoring
# Alan Malta dropped on 2/Feb/2021: Requires: py3-cheetah py3-mysqldb
BuildRequires: py3-sphinx couchskel

Expand Down